Stop the timer on destroy, or when we are notified that we are shadowed by
authorOwen Taylor <otaylor@redhat.com>
Wed, 16 Jan 2002 01:07:11 +0000 (01:07 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 16 Jan 2002 01:07:11 +0000 (01:07 +0000)
commit815ffe2edd1dd915ae323af7e1e8a332969cda19
treed22e25b2565792b8ee952f0781450dee959b97e4
parent08431c79badf823f5a1d493965ed25dc71967877
Stop the timer on destroy, or when we are notified that we are shadowed by

Tue Jan 15 18:10:24 2002  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): Stop
the timer on destroy, or when we are notified that we are
shadowed by a modal dialog.

* gtk/gtkspinbutton.c: Remove explicit gtk_grab_add()/remove() -
not needed any more.

* gtk/gtkmain.c (gtk_grab_notify): Fix problem where notifications
weren't sent out for the default grab group.

* gtk/gtkmain.c (gtk_grab_notify): Fix notification of widgets that
were getting events because they were part of the previous grab.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkmain.c
gtk/gtkspinbutton.c